home *** CD-ROM | disk | FTP | other *** search
/ Champak 117 / (Vol 117) Oct 15 2010.iso / Games / rodeo.swf / scripts / DefineSprite_48 / frame_2 / DoAction.as
Text File  |  2010-10-15  |  506b  |  25 lines

  1. i = 1;
  2. while(i <= aantal)
  3. {
  4.    nn = "line" + i;
  5.    removeMovieClip(nn);
  6.    i++;
  7. }
  8. this.gameid = 102;
  9. this.aantal = 0;
  10. this.decache = Math.floor(Math.random() * 1000);
  11. if(_parent._parent.sendNow)
  12. {
  13.    this.score = _parent._parent.score2send;
  14.    this.name = _parent._parent.name2send;
  15.    _parent._parent.sendNow = false;
  16. }
  17. else
  18. {
  19.    this.score = null;
  20.    this.name = null;
  21. }
  22. this.loadVariables("http://www.coodtomatoes.com/games/juggler/highscores.php","GET");
  23. error = "";
  24. ymax = y0;
  25.